CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - NFA DFA

搜索资源列表

  1. Regular-expres

    0下载:
  2. 实现有穷自动机,NFA到DFA的最小化,实现最长匹配-Realization of finite automata, NFA to DFA, minimize, the longest match
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1578856
    • 提供者:若若
  1. NFA2DFA

    0下载:
  2. NFa TO dfa THIS IS NOT IMPORTANT AND FULL OF ERRORS
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:5898
    • 提供者:sss
  1. nfaTOdfa

    0下载:
  2. NFA to DFA Converter code in JAVA
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:1392
    • 提供者:mira
  1. NZZHongjieF

    0下载:
  2. 实现NFA到DFA的转换过程。文件中包含输入格式式 见txt 文档 , -NFA to DFA conversion process. The file contains the input format type to see the txt file,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:769749
    • 提供者:消极
  1. NFA_to_DFA

    0下载:
  2. 按照输入提示输入一个NFA,可以得到一个最小的DFA-After entering an NFA with the input instruction,a minimum DFA can be figured out.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:86542
    • 提供者:q
  1. AA

    0下载:
  2. c program to convert NFA to DFA
  3. 所属分类:Compiler program

    • 发布日期:2017-12-02
    • 文件大小:830
    • 提供者:khan
  1. subsetComput.rar

    0下载:
  2. 子集法实现NFA到DFA的转换,教学中给学生演示的。图用最简单的方法表示,非常便于理解。纯C代码,在windows和linux都可以编译运行,Subset of the NFA to DFA conversion, teaching to the student demonstration. Figure easiest way, very easy to understand. Pure C code can be compiled to run in windows and linux
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:2326
    • 提供者:丁力
  1. raw2

    0下载:
  2. nfa to dfa,and change it to 最小dfa
  3. 所属分类:Linux Network

    • 发布日期:2017-12-07
    • 文件大小:1428
    • 提供者:梁泽龙
  1. NFAtoDFA

    0下载:
  2. 确定化NFA转换为DFA,自动机课程设计实例,txt格式源码-The Determination of NFA converted to DFA, automata course design examples txt format source
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:1940
    • 提供者:jin
  1. converter

    0下载:
  2. nfa to dfa convertor u can anything to do from this
  3. 所属分类:Compiler program

    • 发布日期:2017-12-09
    • 文件大小:5192
    • 提供者:seung-hwa choi
  1. Compiler

    0下载:
  2. c#编译器 sample语言 词法分析 DFA NFA LL1 LR分析-c# compiler sample language lexical analysis DFA NFA LL1 LR analysis
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:263848
    • 提供者:test
  1. Compiler

    0下载:
  2. C# 词法分析 包含正规式到NFA NFA转换成DFA 以及DFA最小化 主要是对sample的词法分析-C# lexical analysis contains formal ceremony to NFA NFA converted to DFA and DFA minimization mainly on the sample of lexical analysis
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:169840
    • 提供者:lilil
  1. Compile

    0下载:
  2. 编译原理,词法分析器的实现,可以读取pasal文件,进行词法分析,实现DFA,NFA,MFA的转换-Compiler theory, lexical analyzer to achieve, you can read pasal file for lexical analysis, implementation DFA, NFA, MFA conversion
  3. 所属分类:Java Develop

    • 发布日期:2017-11-15
    • 文件大小:99225
    • 提供者:章程
  1. DFAaNFA

    0下载:
  2. 编译原理,判断一个字符串是否满足由DFA和NFA表示的正则表达式-Compiler theory, to determine whether a string meets represented by the DFA and NFA regex
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3396
    • 提供者:cecilia
  1. Mynfadfa

    0下载:
  2. 用于DFA到NFA 的转化.并且能够显示DFA NFA的状态图-convert DFA into NFA
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:19282
    • 提供者:bingbing
  1. Lex_CPP

    0下载:
  2. 实现LEX。读入正规式文件,将各个正规式转换成NFA,再由NFA转化成DFA,然后最小化DFA,根据最小化后的DFA生成Scanner的代码,识别符合每个正规式定义的词法构成的单词。-Achieve LEX. Read the formal style file will be converted into various formal ceremony NFA, then by the NFA into a DFA, then minimized DFA, generate code base
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:11517
    • 提供者:顾兆伦
  1. automata

    0下载:
  2. this is a program made in borland c for a conversion of nfa to dfa
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-13
    • 文件大小:2552
    • 提供者:jose carlos
  1. PrincipleofCom

    0下载:
  2. 此文件是编译原理课程设计,包括词法分析,语法分析,正则式转NFA,NFA转DFA,还有符号表。- This file is compiled curriculum design principles, including lexical analysis, parsing, regular expressions turn NFA, NFA turn DFA, as well as the symbol table.
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-05-18
    • 文件大小:4625444
    • 提供者:shenyz
  1. aa

    0下载:
  2. 本代码是用VC把NFA正规式转成DFA,希望对大家有帮助。-This code is used to NFA regular formula VC turn into DFA, I want to help.
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:2854
    • 提供者:刘行
  1. regex_nfa

    0下载:
  2. Base class for, um, automata. Could be an NFA or a DFA. Your choice.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3463
    • 提供者:xuixongzue
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com